home *** CD-ROM | disk | FTP | other *** search
/ Champak 106 / Vol 106.iso / games / maple_st.swf / scripts / DefineButton2_1271 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2010-04-12  |  199 b   |  13 lines

  1. on(release){
  2.    trace(this._visible);
  3.    if(select == true)
  4.    {
  5.       this._parent.sselectfalseall();
  6.    }
  7.    else
  8.    {
  9.       this._parent.sselectfalseall();
  10.       select = true;
  11.    }
  12. }
  13.